From: | Ben Hutchings |
Date: | 04 Aug 99 at 00:31:28 |
Subject: | Re: Re: (no subject) |
From: Ben Hutchings <womble@zzumbouk.demon.co.uk>
On Mon, Aug 02, 1999 at 12:08:45AM -0400, Gregory Roberts II wrote:
<snip>
> Can libraries call other libraries? Sure! You generally open them
> yourself during initialization and stuff the library pointer into your own
> library base. Then you use the library pointer from your library base
> whenever you want to call a function from that library. Just close it
> when your library is being expunged.
<snip>
However, if your library needs to use libraries that create multiple
library structures to hold per-task data (e.g. mathieee*.library),
then your library must do the same.